| 1 | {subtemplate viewthread_special_header} | = | 1 | {subtemplate viewthread_special_header} |
| 2 | <link href="images/wiki/hdwiki.css" rel="stylesheet" type="text/css" /> | <> | ||
| 3 | <script type="text/javascript" src="include/javascript/viewdoc.js"></script> | |||
| 4 | <style type="text/css"> | |||
| 5 | .innerlink:link{color: #0033cc;text-decoration: underline} | |||
| 6 | .innerlink:visited{color: #0033cc;text-decoration: underline} | |||
| 7 | .innerlink:hover{color: #ff0000;text-decoration: underline} | |||
| 8 | </style> | |||
| 9 | <div style="position:absolute;visibility:hidden;z-index:10" id="popup"> | |||
| 10 | <table style="FONT-SIZE: 10pt; border: 1px solid #D1E7FC;" cellpadding="0" cellspacing="0" bgcolor="#E5ECF9" id="summaryData" /> | |||
| 11 | <tbody id="summaryDataBody" ></tbody> | |||
| 12 | </table> | |||
| 13 | </div> | 2 | ||
| 14 | <script type="text/javascript"> | = | 3 | <script type="text/javascript"> |
| 15 | function checkform(theform) { | 4 | function checkform(theform) { | |
| 16 | if (theform.contact.value == '') { | 5 | if (theform.contact.value == '') { | |
| 17 | alert('{lang activiy_linkman_input}'); | 6 | alert('{lang activiy_linkman_input}'); | |
| 18 | theform.contact.focus(); | 7 | theform.contact.focus(); | |
| 19 | return false; | 8 | return false; |
(约在第1行){subtemplate viewthread_special_header}
(下面加入)
<script type="text/javascript" src="include/javascript/wiki.lang.js"></script>
<link href="images/wiki/hdwiki.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="include/javascript/viewdoc.js"></script>
<style type="text/css">
.innerlink:link{color: #0033cc;text-decoration: underline}
.innerlink:visited{color: #0033cc;text-decoration: underline}
.innerlink:hover{color: #ff0000;text-decoration: underline}
</style>
<div style="position:absolute;visibility:hidden;z-index:10" id="popup">
<table style="FONT-SIZE: 10pt; border: 1px solid #D1E7FC;" cellpadding="0" cellspacing="0" bgcolor="#E5ECF9" id="summaryData" />
<tbody id="summaryDataBody" ></tbody>
</table>
</div>